records

records

Active filters Clear all

No active filters

Filters

Number of Registered Establishments by Type

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Establishment Type
               

No description available for this field.

Name (identifier)
establishment_type
Type
text
Sample
                       
Number of Rooms
               

No description available for this field.

Name (identifier)
number_of_rooms
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"number-of-registered-establishments-by-type",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-registered-establishments-by-type"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-registered-establishments-by-type":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-registered-establishments-by-type_records"
            }
          }
        }
      }
      ,
    • "number-of-registered-establishments-by-type_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "establishment_type":
              {
              • "type":"string",
              • "title":"Establishment Type",
              • "description":""
              }
              ,
            • "number_of_rooms":
              {
              • "type":"string",
              • "title":"Number of Rooms",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets